compile: lab9.c arrayProcessing.c
	gcc -Wall -o Lab9 lab9.c arrayProcessing.c

run: Lab9
	./Lab9

clean: 
	rm Lab9
